From: Chong Yidong Date: Thu, 18 Jan 2007 03:20:57 +0000 (+0000) Subject: * hexl.el (hexl-before-revert-hook): New function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~30966 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=66d237e2f91c2b81518677c574ca7bbb6fd9af08;p=emacs.git * hexl.el (hexl-before-revert-hook): New function. (hexl-mode): Use it. (hexl-after-revert-hook): Just call hexl-mode. (hexl-mode-exit): Remove before-revert-hook. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 517dc9dd962..c6717c8a5d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-01-18 Chris Moore (tiny change) + + * hexl.el (hexl-before-revert-hook): New function. + (hexl-mode): Use it. + (hexl-after-revert-hook): Just call hexl-mode. + (hexl-mode-exit): Remove before-revert-hook. + 2007-01-17 Stefan Monnier * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.